34 research outputs found

    Scientific Computing Meets Big Data Technology: An Astronomy Use Case

    Full text link
    Scientific analyses commonly compose multiple single-process programs into a dataflow. An end-to-end dataflow of single-process programs is known as a many-task application. Typically, tools from the HPC software stack are used to parallelize these analyses. In this work, we investigate an alternate approach that uses Apache Spark -- a modern big data platform -- to parallelize many-task applications. We present Kira, a flexible and distributed astronomy image processing toolkit using Apache Spark. We then use the Kira toolkit to implement a Source Extractor application for astronomy images, called Kira SE. With Kira SE as the use case, we study the programming flexibility, dataflow richness, scheduling capacity and performance of Apache Spark running on the EC2 cloud. By exploiting data locality, Kira SE achieves a 2.5x speedup over an equivalent C program when analyzing a 1TB dataset using 512 cores on the Amazon EC2 cloud. Furthermore, we show that by leveraging software originally designed for big data infrastructure, Kira SE achieves competitive performance to the C implementation running on the NERSC Edison supercomputer. Our experience with Kira indicates that emerging Big Data platforms such as Apache Spark are a performant alternative for many-task scientific applications

    The Type Ia supernovae rate with Subaru/XMM-Newton Deep Survey

    Full text link
    We present measurements of the rates of high-redshift Type Ia supernovae derived from the Subaru/XMM-Newton Deep Survey (SXDS). We carried out repeat deep imaging observations with Suprime-Cam on the Subaru Telescope, and detected 1040 variable objects over 0.918 deg2^2 in the Subaru/XMM-Newton Deep Field. From the imaging observations, light curves in the observed ii'-band are constructed for all objects, and we fit the observed light curves with template light curves. Out of the 1040 variable objects detected by the SXDS, 39 objects over the redshift range 0.2<z<1.40.2 < z < 1.4 are classified as Type Ia supernovae using the light curves. These are among the most distant SN Ia rate measurements to date. We find that the Type Ia supernova rate increase up to z0.8z \sim 0.8 and may then flatten at higher redshift. The rates can be fitted by a simple power law, rV(z)=r0(1+z)αr_V(z)=r_0(1+z)^\alpha with r0=0.200.16+0.52r_0=0.20^{+0.52}_{-0.16}(stat.)0.07+0.26^{+0.26}_{-0.07}(syst.)×104yr1Mpc3\times 10^{-4} {\rm yr}^{-1}{\rm Mpc}^{-3}, and α=2.041.96+1.84\alpha=2.04^{+1.84}_{-1.96}(stat.)0.86+2.11^{+2.11}_{-0.86}(syst.).Comment: 21 pages, 16 figures, accepted to PAS

    Direct Observation of Broadband Coating Thermal Noise in a Suspended Interferometer

    Full text link
    We have directly observed broadband thermal noise in silica/tantala coatings in a high-sensitivity Fabry-Perot interferometer. Our result agrees well with the prediction based on indirect, ring-down measurements of coating mechanical loss, validating that method as a tool for the development of advanced interferometric gravitational-wave detectors.Comment: Final version synchronized with publication in Phys. Lett.

    The Discovery of a Gravitationally Lensed Supernova Ia at Redshift 2.22

    Get PDF
    We present the discovery and measurements of a gravitationally lensed supernova (SN) behind the galaxy cluster MOO J1014+0038. Based on multi-band Hubble Space Telescope and Very Large Telescope (VLT) photometry of the supernova, and VLT spectroscopy of the host galaxy, we find a 97.5% probability that this SN is a SN Ia, and a 2.5% chance of a CC SN. Our typing algorithm combines the shape and color of the light curve with the expected rates of each SN type in the host galaxy. With a redshift of 2.2216, this is the highest redshift SN Ia discovered with a spectroscopic host-galaxy redshift. A further distinguishing feature is that the lensing cluster, at redshift 1.23, is the most distant to date to have an amplified SN. The SN lies in the middle of the color and light-curve shape distributions found at lower redshift, disfavoring strong evolution to z = 2.22. We estimate an amplification due to gravitational lensing of 2.8+0.6-0.5 (1.10 +- 0.23 mag)---compatible with the value estimated from the weak-lensing-derived mass and the mass-concentration relation from LambdaCDM simulations---making it the most amplified SN Ia discovered behind a galaxy cluster

    Julia and Python in Astronomy: Better Together

    No full text
    Astronomers love Python because it is open source, easy to learn, and has a tremendous ecosystem for scientific computing. The Julia programming language has many of those same characteristics. In this talk, I discuss Julia, its use in astronomy and the growing ecosystem of astronomy packages, particularly those managed by the JuliaAstro organization (http://JuliaAstro.github.io)

    extinction v0.3.0

    No full text
    Fast interstellar dust extinction laws in Python: Cython-optimized implementations of empirical dust exitinction laws found in the literature
    corecore